home *** CD-ROM | disk | FTP | other *** search
Text File | 1988-06-07 | 803 b | 23 lines | [TEXT/ttxt] |
- Settings File = TestBed
- Script Name = unInitConv
- Command Key =
- F-key =
- Menu = NO
- Button = NO
-
- 1 Remark "====================================="
- 2 Remark "Make entire screen a scroll region. This is the norm."
- 3 Remark "====================================="
- 4 Send Local to Screen "^[[1;24r"
- 5 Remark "====================================="
- 6 Remark "Move cursor to bottom of screen, and scroll"
- 7 Remark "it up two lines."
- 8 Remark "====================================="
- 9 Move Cursor to Absolute row "24"
- 10 Move Cursor to Absolute column "1"
- 11 Send Local to Screen "^M^J^M^J"
- 12 Remark "====================================="
- 13 Remark "Reset the terminal settings changed in 'InitConv'."
- 14 Remark "====================================="
- 15 Restore Term Params
-